object frmCDDBMessage: TfrmCDDBMessage Left = 452 Top = 294 BorderStyle = bsDialog Caption = 'Information' ClientHeight = 111 ClientWidth = 294 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lblMessage: TLabel Left = 16 Top = 8 Width = 269 Height = 25 AutoSize = False Caption = 'lblMessage' WordWrap = True end object btnOK: TButton Left = 109 Top = 80 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object optDontShow: TCheckBox Left = 16 Top = 52 Width = 217 Height = 17 Caption = 'Don'#39't show this dialog again this session' TabOrder = 1 end end